VMWare Fusion 10 Mount Shared Folder
The shared folder feature in VMware Fusion 10 for MacOS doesn’t function properly, as the shared folder doesn’t appear in the guest system, particularly in Linux systems.
- The issue can be solved by manually run the following command:
https://github.com/vmware/open-vm-tools/issues/199
sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
- or add an entry in the /etc/fstab
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0
- A similar issue happens in VirtualBox, which can be solved by VirtualBox Mount Shared Folder